Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add text2text pipeline #4

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

chainyo
Copy link
Collaborator

@chainyo chainyo commented Apr 2, 2022

Add Text2TextPipeline for optimum transformers.

I still need to test the pipeline.

@chainyo chainyo added the enhancement New feature or request label Apr 2, 2022
@chainyo chainyo self-assigned this Apr 2, 2022
@chainyo chainyo marked this pull request as draft April 2, 2022 18:51
@chainyo
Copy link
Collaborator Author

chainyo commented Apr 4, 2022

I need to add a condition based on the pipeline used for GenerationMixin because one extra input_ids is required by Seq2Seq pipelines.

@AlekseyKorshuk
Copy link
Owner

I need to add a condition based on the pipeline used for GenerationMixin because one extra input_ids is required by Seq2Seq pipelines.

Looks great. Waiting for this a lot :)
And do not forget to add tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants